home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / _bbs / pcbtool / all.bat next >
Encoding:
DOS Batch File  |  1994-01-13  |  266 b   |  16 lines

  1. set cdrom=m:
  2. set output=m:\_bbs\pcb
  3.  
  4. rem you shouldn't have to change anything below this.
  5. set in_type=opus
  6.  
  7. echo y | del %output%\*.*
  8. del dirs.lst
  9. del logfile
  10. del ..\logfile
  11.  
  12. %cdrom%\_bbs\each_dir 1    \_bbs\dirs.txt   doit
  13.  
  14. set output=
  15. set in_type=
  16.